home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Misc / emu / p-intFix.lha / p-intFix.readme < prev    next >
Text File  |  2004-07-09  |  2KB  |  34 lines

  1. Short:    Second patch for P-Code interpreter
  2. Uploader: willi@wilserv.com (Willi Kusche)
  3. Author:   polluks@sdf.lonestar.org (Stefan Haubenthal)
  4. Type:     misc/emu
  5. Replaces: p-intFix.lha
  6. Requires: AmigaOS 2.04+
  7. Version:  0.4 (base version used for port)
  8.  
  9.  
  10.     This second patched version of "ucsd" allows the use of the arrow keys to
  11. navigate around the screen in the Editor.  This patched version was created by
  12. assembling a source file created with the "ReSource" program.
  13.  
  14.  
  15. Text from the '.readme' file for first patched version of "ucsd":
  16.  
  17.     The P-Code interpreter was written by Mario Klebsch.  Stefan Haubenthal
  18. created the Amiga port, "p-interp.lha", available on Aminet.  The port is based
  19. on version 0.4 of Mario's code, available at www.klebsch.de.  A newer version,
  20. 0.5, is available on Mario's site.  I do not know if an Amiga port of version
  21. 0.5 is planned.
  22.  
  23.     I'm attempting to recreate the source for the Filer for version 1.1 of
  24. Apple Pascal.  I'd been compiling the source using Apple Pascal version 1.1 on
  25. an Apple IIgs.  I finally remembered about Mario's interpreter.  But I found
  26. that the '.code' file generated by Mario's interpreter did not match the
  27. '.code' file generated on the IIgs.  To be more precise, the bad '.code' file
  28. was created by Stefan Haubenthal's port of the interpreter.
  29.  
  30.     A few days of detective work resulted in the patched version of "ucsd" that
  31. is included with this archive.  It fixes a bug in the interpretation of the
  32. P-Code operation code 'ABI'.  The odd thing about this bug is that I can see
  33. nothing wrong with the source file.
  34.